home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q0919.dms / q0919.adf / man / Path < prev    next >
Text File  |  1997-04-10  |  3KB  |  86 lines

  1.  
  2.  
  3.  
  4.              Path(V1.3 in C:) (2.x/3.x internal)
  5.  
  6.  
  7.  
  8.      NAME
  9.             Path - Set or display the CLI search path for 
  10.         executable files.
  11.  
  12.      SYNOPSIS
  13.           1.3:
  14.           Path [SHOW] [ADD or RESET] Dir(S) [QUIET]
  15.  
  16.           2.X/3.X:
  17.           Path [SHOW] [ADD or RESET OR REMOVE] Dir(S)
  18.                [QUIET]
  19.  
  20.      DESCRIPTION
  21.             The Path command lets you add directories to the 
  22.         places AmigaDOS looks for executable programs.  By 
  23.         default AmigaDOS looks in the current directory, and then 
  24.         in the C: logical device (set by using Assign).  You can 
  25.         add directories to search between these two points by 
  26.         using Path.  Note that you can use wildcards when 
  27.         specifying directories to search to Path.  If a wildcard 
  28.         is specified, the first directory which matches the 
  29.         wildcard pattern will be added. Any number of directories 
  30.         can be added to the path with one command.
  31.  
  32.             This command may also be used to display the current
  33.         search path.
  34.  
  35.      OPTIONS
  36.           ADD 
  37.             This option allows you to add directories to the 
  38.         current path. Note that you do not need to use this 
  39.         keyword, if you simply type directories as arguments, 
  40.         this action is implied. The new directory will get 
  41.         searched for after the other user-specified directories, 
  42.         but before the C: directory.
  43.  
  44.           SHOW
  45.             This displays the current path. The same behavior may 
  46.         be obtained by simply using Path without any arguments.
  47.  
  48.           RESET
  49.             This will replace the old path with the new path you 
  50.         specify.  If you do not specify any directories to 
  51.         search, the Path defaults to the current directory, and 
  52.         then to C:.  It is not possible currently to remove these 
  53.         two directories from the path. If more than one directory 
  54.         is added, then each directory name is seperated by a 
  55.         space.
  56.  
  57.           QUIET
  58.             This prohibits displaying requestors for disks which 
  59.         are not mounted when displaying the path with SHOW.  If 
  60.         you use this switch, and the disks are not currently 
  61.         mounted (i.e., in a disk drive) then only the volume name 
  62.         will be displayed.
  63.  
  64.           REMOVE
  65.             2.x/3.x only: this lets you delete one or more 
  66.         directories from the search path. If more than one 
  67.         directory is named then they must be seperated by spaces.
  68.  
  69.      EXAMPLES
  70.           
  71.           1) To add drives df1: and df2: to the searchpath:
  72.   
  73.           
  74.           Path ADD df1: df2:
  75.           
  76.  
  77.           2) To reset the path to search drives one and two:
  78.  
  79.           Path RESET df1: df2:
  80.           
  81.  
  82.           3) To add the first directory found on DF1: that 
  83.              begins with the letter b.
  84.  
  85.           Path ADD DF1:b#?
  86.